Support GCC 10+.
authorAaron M. Ucko <ucko@debian.org>
Mon, 7 Sep 2020 02:57:35 +0000 (22:57 -0400)
committerAaron M. Ucko <ucko@debian.org>
Thu, 16 Oct 2025 20:15:12 +0000 (16:15 -0400)
commit0d238b538df27b3ee4ceb56fceb532bdb0f09a4c
treea770a82ba703ae8d573a4cb524005c883ad7ed94
parent4e1e982d7e7d96be38605d21bcd41fbfbe3423e7
Support GCC 10+.

Debian-Bug: 957581.

* ncbifile.cpp (s_GetFileSystemInfo): Formally cast st.f_type to avoid
  narrowing errors for cases with the high bit set when that field is
  a 32-bit signed integer (as on i386).

Gbp-Pq: Name support_gcc10
c++/src/corelib/ncbifile.cpp